From: Paul Eggert Date: Sun, 5 Jan 2014 01:00:32 +0000 (-0800) Subject: Fix typo in previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~1661 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=54c2b8b4976995177f6fb375c2d52280f1d152d1;p=emacs.git Fix typo in previous change. --- diff --git a/configure.ac b/configure.ac index 3822f4a8927..14b88943ea4 100644 --- a/configure.ac +++ b/configure.ac @@ -1001,7 +1001,7 @@ if test $opsys = gnu-linux; then if test "$emacs_cv_prog_setfattr" = yes; then SETFATTR=setfattr else - SETFATTR=no + SETFATTR= fi rm -f conftest.tmp AC_SUBST([SETFATTR])